home *** CD-ROM | disk | FTP | other *** search
/ USGS: National Coal Resou…s & Great Plains Regions / USGS National Coal Resource Assessment 1999 - Northern Rocky Mountains & Great Plains Regions - Disc 2.iso / PROGRAM / LIB32 / filepref.pdf < prev    next >
Encoding:
Text File  |  1995-02-14  |  1.0 KB  |  31 lines

  1. /*
  2. *******************************************************************************
  3. ** PDF File -- Preference Definition File for ELIB.
  4. *******************************************************************************
  5. */
  6.  
  7. compute_subsampled_images("Compute Pyramid Layers"): "false"
  8.     "Compute Pyramid Layers (allows faster zooming) for .img files"
  9.     boolean "true" "false";
  10.  
  11. subsampling_kernel("Pyramid Layer Computation Kernel"): "2X2"
  12.     "Kernel size for pyramid layer creation" 
  13.     enums
  14.     {
  15.         "2X2" "Use 2X2 kernel (faster computation)"
  16.         "4X4" "Use 4X4 kernel (AutoWarp compatibility)"
  17.     };
  18.  
  19. continuous_stats_percent("Continuous Statistics Coverage Percent"): 100
  20.     "Percent of data file values to use in statistics computation"
  21.     min 0
  22.     max 100;
  23.  
  24. continuous_stats_min_pixels("Continuous Statistics Minimum Limit"): 10000
  25.     "Minimum number of data file values to use in statistics computation"
  26.     min 1;
  27.  
  28. hyperspectral_layer_minimum("'Hyperspectral Image' Definition"):    16
  29.     "Minium number of bands required for a 'hyperspectral image'"
  30.     min 1;
  31.